Product Code Database
Example Keywords: android -ornament $98
   » » Wiki: Degree Matrix
Tag Wiki 'Degree Matrix'.
Tag

Degree matrix
 (

 C O N T E N T S 
Rank: 100%
Bluestar Bluestar Bluestar Bluestar Blackstar

In the field of algebraic graph theory, the degree matrix of an is a which contains information about the degree of each vertex—that is, the number of edges attached to each vertex.. It is used together with the to construct the of a graph: the Laplacian matrix is the difference of the degree matrix and the adjacency matrix..


Definition
Given a graph G=(V,E) with |V|=n, the degree matrix D for G is a n \times n defined as
D_{i,j}:=\left\{
\begin{matrix} \deg(v_i) & \mbox{if}\ i = j \\ 0 & \mbox{otherwise} \end{matrix} \right.

where the degree \deg(v_i) of a vertex counts the number of times an edge terminates at that vertex. In an , this means that each loop increases the degree of a vertex by two. In a , the term degree may refer either to (the number of incoming edges at each vertex) or (the number of outgoing edges at each vertex).


Example
The following undirected graph has a 6x6 degree matrix with values:

\begin{pmatrix} 4 & 0 & 0 & 0 & 0 & 0\\ 0 & 3 & 0 & 0 & 0 & 0\\ 0 & 0 & 2 & 0 & 0 & 0\\ 0 & 0 & 0 & 3 & 0 & 0\\ 0 & 0 & 0 & 0 & 3 & 0\\ 0 & 0 & 0 & 0 & 0 & 1\\ \end{pmatrix}

Note that in the case of undirected graphs, an edge that starts and ends in the same node increases the corresponding degree value by 2 (i.e. it is counted twice).


Properties
The degree matrix of a has a constant diagonal of k.

According to the degree sum formula, the trace of the degree matrix is twice the number of edges of the considered graph.

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
1s Time